Add a dispatchable workflow to set npm dist-tags - #151
Merged
Conversation
luiz-lvj
added a commit
that referenced
this pull request
Aug 24, 2026
* add a dispatchable workflow to set npm dist-tags (#151) * Refresh package-lock.json for the moved hardhat-tron main The @openzeppelin/hardhat-tron git dependency tracks main. Their main now consumes @openzeppelin/tron-runtime ^0.1.0 from npm and bumps tronweb to 6.5.0, so npm ci fails against the stale lockfile on every branch. Re-resolve the lockfile. The jar-patch source pin follows the lockfile, so TRE jars now build from hardhat-tron 603106cd. Validated locally: clean npm ci, jar rebuild via build-tre-fork.sh (tre_version reports v1.0.4-oz-tron), tron-solc compile, and TRE smoke tests (P256 and Create2 suites) against the rebuilt jar. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Fix the toBeArray call broken by the ethers 6.17 width parameter ethers 6.17 adds a width parameter to toBeArray. Array.map passes the element index as the second argument, so .map(ethers.toBeArray) now throws a NUMERIC_FAULT overflow for width 0. Call it with the value only, matching upstream openzeppelin-contracts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Luiz Vasconcelos Júnior <64055364+luiz-lvj@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Luiz <luiz.vasconcelos@openzeppelin.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a dispatchable workflow to set npm dist-tags